home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Essentials / Developer Essentials Nov 90 / Apple II / Programming & Utilities / MPW IIgs Interfaces / PIIGSIncludes / Profile.p < prev    next >
Encoding:
Text File  |  1990-04-03  |  342 b   |  17 lines  |  [TEXT/MPS ]

  1. {********************************************
  2. ; File: Profile.p
  3. ;
  4. ;
  5. ; Copyright Apple Computer, Inc. 1986-90
  6. ; All Rights Reserved
  7. ;
  8. ********************************************}
  9.  
  10. UNIT PROFILE;
  11. INTERFACE
  12.  
  13. PROCEDURE DUMP_PROF ( outputFilename:string)  ;
  14. FUNCTION SET_PROFILING ( whetherTurnProfilingOn:Boolean) : Boolean ;
  15. IMPLEMENTATION
  16. END.
  17.